projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6acdd93
)
Require fontset and call setup-default-fontset.
author
Kenichi Handa
<handa@m17n.org>
Fri, 17 Jan 2003 08:16:17 +0000
(08:16 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 17 Jan 2003 08:16:17 +0000
(08:16 +0000)
lisp/term/mac-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/mac-win.el
b/lisp/term/mac-win.el
index 04989999db9a2068ff073aca96b5d555ce147fdf..67fd5102125ba4cb099dea4138d883654b89848c 100644
(file)
--- a/
lisp/term/mac-win.el
+++ b/
lisp/term/mac-win.el
@@
-197,6
+197,8
@@
Switch to a buffer editing the last file dropped."
(if (fboundp 'new-fontset)
(progn
+ (require 'fontset)
+ (setup-default-fontset)
(create-fontset-from-fontset-spec
"-etl-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-mac,
ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman")